home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / games / 65 / advgames / catalog.doc < prev    next >
Text File  |  1986-10-16  |  3KB  |  57 lines

  1. ---------- CATALOG.DOC -----------
  2.  
  3. DESCRIPTION: Austin Atari Computer Enthusiasts (A.A.C.E.) Original
  4.                 (Colossal Cave) Adventure disk.
  5.  
  6.     This is the "original" Crowther/Woods adventure, translated into
  7.     Megamax C by Marvin W. Rasmussen.  The BDS-C Users group version 
  8.     by Jay R. Jaeger and L. C. Calhoun (from CP/M Volume 053) was used 
  9.     as the starting point, but substantial additions and modifications 
  10.     have been made to bring this version into conformance with the 
  11.     Crowther/Woods version (by using FORTRAN source code listings 
  12.     for versions running on two other computers).
  13.  
  14.  
  15. Filename.ext Size Description
  16. ------------ ---- -------------------------------------------------
  17. ADVENT.TOS    45K Compiled and linked executable file - open to run
  18. ADVENT0.DAT    2K Required adventure data file
  19. ADVENT1.DAT   18K ditto
  20. ADVENT2.DAT    6K ditto
  21. ADVENT3.DAT    6K ditto
  22. ADVENT4.DAT    4K ditto
  23. ADVENT5.DAT    6K ditto
  24. ADVENT6.DAT   19K ditto
  25. ADVENTR.DAT    1K ditto, don't forget you need these in order to run
  26. CATALOG.DOC    3K Catalog of files on this disk
  27. READ.ME        6K Help in getting started and general information
  28.  
  29. The following folder and files are found only on the developer's 
  30. version disk (none of them are necessary for playing the game):
  31.  
  32. ADVENT.SRC        Folder containing all of the following files:
  33. ADVENT.C      19K Main adventure program, in C
  34. ADVENT.H       6K Header file defining the global variables
  35. ADVENT.LNK    <1K File used by the Megamax Linker
  36. ADVENT.MAK    <1K File used by the Megamax Shell to automate the 
  37.                     compile and link cycle
  38. ADVENT0.TXT    2K Maintenance mode message database
  39. ADVENT1.TXT   18K Long form description message database
  40. ADVENT2.TXT    6K Short form description message database
  41. ADVENT3.TXT    6K Travel table (motion rules) database
  42. ADVENT4.TXT    4K Vocabulary database
  43. ADVENT5.TXT    6K Object description message database
  44. ADVENT6.TXT   19K Miscellaneous (random) message database
  45. BDSCUTIL.C     1K Megamax C version of some BDS-C library utilities
  46. DATABASE.C     7K Source for data manipulation sub-routines
  47. DATABASE.DOC   9K Description of the database file formats and use
  48. DIARY.TXT     22K Notes on the development of this version
  49. ENCRYPT.C      2K Source of utility to make .DAT files from .TXT files
  50. ENCRYPT.MAK   <1K Used by Megamax Shell to compile and link ENCRYPT
  51. ENCRYPT.TOS    8K Compiled and linked executable file - open to run
  52. ENGLISH.C      7K Source for parser and maintenance sub-routines
  53. ENVIRON.DOC    2K Description of the development environment and notes
  54. ITVERB.C       5K Source for intransitive verb (no object) sub-routines
  55. TURN.C        30K Source for single turn sub-routines
  56. VERB.C        15K Source for transitive verb (object) sub-routines
  57.